home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Shells / background_14368.txt < prev    next >
Text File  |  1989-06-08  |  5KB  |  241 lines

  1. -- background: 14368 from stack: in
  2. -- bmap block id: 7085
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Bourne
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   global menu2
  9.   checkmenu menu2,1,true
  10. end openBackground
  11. on closeBackground
  12.   global menu2
  13.   checkmenu menu2,1,false
  14. end closeBackground
  15.  
  16.  
  17. on mouseUp
  18.   if the target contains "field" then
  19.     getKey
  20.   end if
  21. end mouseUp
  22.  
  23.  
  24.  
  25. -- part 7 (field)
  26. -- low flags: 01
  27. -- high flags: 0000
  28. -- rect: left=27 top=22 right=41 bottom=246
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 0
  32. -- font id: 0
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: 
  37.  
  38.  
  39. -- part 8 (field)
  40. -- low flags: 01
  41. -- high flags: 0000
  42. -- rect: left=25 top=69 right=325 bottom=472
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 0
  46. -- font id: 20
  47. -- text size: 14
  48. -- style flags: 0
  49. -- line height: 18
  50. -- part name: 
  51.  
  52.  
  53. -- part 11 (button)
  54. -- low flags: 00
  55. -- high flags: 2000
  56. -- rect: left=478 top=276 right=306 bottom=507
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 3061 / 3061
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: ReturnToMark
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   returnToMark
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 12 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=475 top=129 right=153 bottom=510
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 6724 / 6724
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: arrowNext
  84. ----- HyperTalk script -----
  85. on mouseDown
  86.   arrowNext
  87. end mouseDown
  88.  
  89.  
  90.  
  91. -- part 13 (button)
  92. -- low flags: 00
  93. -- high flags: 0000
  94. -- rect: left=476 top=89 right=118 bottom=511
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 4895 / 4895
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: arrowPrev
  103. ----- HyperTalk script -----
  104. on mouseDown
  105.   arrowPrev
  106. end mouseDown
  107.  
  108.  
  109.  
  110. -- part 9 (field)
  111. -- low flags: 01
  112. -- high flags: 0002
  113. -- rect: left=475 top=108 right=135 bottom=511
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 21
  118. -- text size: 10
  119. -- style flags: 0
  120. -- line height: 13
  121. -- part name: 
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   topicCardSeek
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 15 (button)
  130. -- low flags: 00
  131. -- high flags: 2000
  132. -- rect: left=477 top=243 right=269 bottom=511
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 7417 / 7417
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: Go Back
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   go back
  144. end mouseUp
  145.  
  146.  
  147.  
  148. -- part 16 (button)
  149. -- low flags: 00
  150. -- high flags: 2000
  151. -- rect: left=12 top=18 right=41 bottom=28
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 27475 / 27475
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: Skip Ahead
  160. ----- HyperTalk script -----
  161. on mouseUp
  162.   get field 1
  163.   set lockScreen to true
  164.   repeat
  165.     go to next card of this background
  166.     if field 1 is not it then exit repeat
  167.   end repeat
  168. end mouseUp
  169.  
  170.  
  171.  
  172. -- part 17 (button)
  173. -- low flags: 00
  174. -- high flags: 8000
  175. -- rect: left=476 top=21 right=66 bottom=511
  176. -- title width / last selected line: 0
  177. -- icon id / first selected line: 14609 / 14609
  178. -- text alignment: 1
  179. -- font id: 2
  180. -- text size: 12
  181. -- style flags: 0
  182. -- line height: 16
  183. -- part name: Bourne
  184. ----- HyperTalk script -----
  185. on mouseUp
  186.   visual effect wipe up
  187.   go to card id 3109
  188. end mouseUp
  189.  
  190.  
  191.  
  192. -- part 19 (button)
  193. -- low flags: 00
  194. -- high flags: 0002
  195. -- rect: left=475 top=172 right=210 bottom=510
  196. -- title width / last selected line: 0
  197. -- icon id / first selected line: 23090 / 23090
  198. -- text alignment: 1
  199. -- font id: 0
  200. -- text size: 12
  201. -- style flags: 0
  202. -- line height: 16
  203. -- part name: Find 
  204. ----- HyperTalk script -----
  205. on mouseUp
  206.   goSearch
  207. end mouseUp
  208.  
  209.  
  210.  
  211. -- part 20 (field)
  212. -- low flags: 01
  213. -- high flags: 0000
  214. -- rect: left=81 top=43 right=60 bottom=266
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 0 / 0
  217. -- text alignment: 0
  218. -- font id: 2
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: 
  223.  
  224.  
  225. -- part 22 (field)
  226. -- low flags: 01
  227. -- high flags: 0000
  228. -- rect: left=278 top=24 right=57 bottom=472
  229. -- title width / last selected line: 0
  230. -- icon id / first selected line: 0 / 0
  231. -- text alignment: 65535
  232. -- font id: 20
  233. -- text size: 12
  234. -- style flags: 0
  235. -- line height: 16
  236. -- part name: Links
  237. ----- HyperTalk script -----
  238. on mouseUp
  239.   golink
  240. end mouseUp
  241.